home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / techno2a / technote.frm < prev    next >
Text File  |  1999-09-24  |  13KB  |  305 lines

  1. VERSION 5.00
  2. Begin VB.Form Form1 
  3.    ClientHeight    =   4875
  4.    ClientLeft      =   4185
  5.    ClientTop       =   2655
  6.    ClientWidth     =   7125
  7.    BeginProperty Font 
  8.       Name            =   "MS Sans Serif"
  9.       Size            =   12
  10.       Charset         =   0
  11.       Weight          =   400
  12.       Underline       =   0   'False
  13.       Italic          =   0   'False
  14.       Strikethrough   =   0   'False
  15.    EndProperty
  16.    Icon            =   "technotes.frx":0000
  17.    LinkTopic       =   "Form1"
  18.    ScaleHeight     =   4875
  19.    ScaleWidth      =   7125
  20.    Begin VB.CommandButton Command3 
  21.       Caption         =   "&Home James"
  22.       BeginProperty Font 
  23.          Name            =   "MS Sans Serif"
  24.          Size            =   8.25
  25.          Charset         =   0
  26.          Weight          =   400
  27.          Underline       =   0   'False
  28.          Italic          =   0   'False
  29.          Strikethrough   =   0   'False
  30.       EndProperty
  31.       Height          =   615
  32.       Left            =   5400
  33.       TabIndex        =   5
  34.       Top             =   4080
  35.       Width           =   1575
  36.    End
  37.    Begin VB.CommandButton Cndengineer 
  38.       Caption         =   "&You might be an engineer if..."
  39.       BeginProperty Font 
  40.          Name            =   "MS Sans Serif"
  41.          Size            =   8.25
  42.          Charset         =   0
  43.          Weight          =   400
  44.          Underline       =   0   'False
  45.          Italic          =   0   'False
  46.          Strikethrough   =   0   'False
  47.       EndProperty
  48.       Height          =   615
  49.       Left            =   120
  50.       TabIndex        =   4
  51.       Top             =   4080
  52.       Width           =   1695
  53.    End
  54.    Begin VB.CommandButton Command2 
  55.       Caption         =   "&Sponsors"
  56.       BeginProperty Font 
  57.          Name            =   "MS Sans Serif"
  58.          Size            =   8.25
  59.          Charset         =   0
  60.          Weight          =   400
  61.          Underline       =   0   'False
  62.          Italic          =   0   'False
  63.          Strikethrough   =   0   'False
  64.       EndProperty
  65.       Height          =   615
  66.       Left            =   3720
  67.       TabIndex        =   3
  68.       Top             =   4080
  69.       Width           =   1575
  70.    End
  71.    Begin VB.CommandButton Command1 
  72.       Caption         =   "&Tech Notes"
  73.       BeginProperty Font 
  74.          Name            =   "MS Sans Serif"
  75.          Size            =   8.25
  76.          Charset         =   0
  77.          Weight          =   400
  78.          Underline       =   0   'False
  79.          Italic          =   0   'False
  80.          Strikethrough   =   0   'False
  81.       EndProperty
  82.       Height          =   615
  83.       Left            =   1920
  84.       TabIndex        =   2
  85.       Top             =   4080
  86.       Width           =   1695
  87.    End
  88.    Begin VB.Label Label3 
  89.       BeginProperty Font 
  90.          Name            =   "Tahoma"
  91.          Size            =   14.25
  92.          Charset         =   0
  93.          Weight          =   400
  94.          Underline       =   0   'False
  95.          Italic          =   0   'False
  96.          Strikethrough   =   0   'False
  97.       EndProperty
  98.       Height          =   2775
  99.       Left            =   240
  100.       TabIndex        =   1
  101.       Top             =   960
  102.       Width           =   6615
  103.       WordWrap        =   -1  'True
  104.    End
  105.    Begin VB.Label Label2 
  106.       BackColor       =   &H00C0C0C0&
  107.       Caption         =   "TECH NOTES"
  108.       BeginProperty Font 
  109.          Name            =   "Tahoma"
  110.          Size            =   21.75
  111.          Charset         =   0
  112.          Weight          =   700
  113.          Underline       =   0   'False
  114.          Italic          =   -1  'True
  115.          Strikethrough   =   0   'False
  116.       EndProperty
  117.       ForeColor       =   &H00FF0000&
  118.       Height          =   615
  119.       Left            =   0
  120.       TabIndex        =   0
  121.       Top             =   0
  122.       Width           =   7095
  123.    End
  124. End
  125. Attribute VB_Name = "Form1"
  126. Attribute VB_GlobalNameSpace = False
  127. Attribute VB_Creatable = False
  128. Attribute VB_PredeclaredId = True
  129. Attribute VB_Exposed = False
  130.  
  131. Private Sub Cndengineer_Click()
  132.  'YOU MIGHT BE AN ENGINEER IF ...
  133. Label2.Caption = "You might be an engineer if ..."
  134. a = "...choosing to buy flowers for your girlfriend or upgrading your RAM is a moral dilemma."
  135. b = "...you take a cruise so you can go on a personal tour of the engine room."
  136. c = "...the sales people at the local computer store can't answer any of your questions."
  137. d = "...you bought your wife a new CD-ROM drive for her birthday."
  138. e = "...you can quote scenes from any Monty Python movie."
  139. f = "...you can type 70 words per minute but can't read your own handwriting."
  140. g = "...you comment to your wife that her straight hair is nice and parallel."
  141. h = "...you have saved every power cord from all your broken appliances."
  142. i = "...you have more friends on the Internet than in real life."
  143. j = "...you know what http:// stands for."
  144. k = "...you look forward to Christmas so you can put the kids' toys together."
  145. l = "...you see a good design and still have to change it."
  146. m = "...you window shop at Radio Shack. "
  147. n = "...your wife hasn't the foggiest idea of what you do at work."
  148. o = "...you've already calculated how much you make per second."
  149. p = "...you've tried to repair a $5 radio."
  150. q = "...your laptop computer costs more than your car."
  151. r = "THE END"
  152. If Label3.Caption = "" Then
  153. Label3.Caption = a
  154. ElseIf Label3.Caption = a Then
  155. Label3.Caption = b
  156. ElseIf Label3.Caption = b Then
  157. Label3.Caption = c
  158. ElseIf Label3.Caption = c Then
  159. Label3.Caption = d
  160. ElseIf Label3.Caption = d Then
  161. Label3.Caption = e
  162. ElseIf Label3.Caption = e Then
  163. Label3.Caption = f
  164. ElseIf Label3.Caption = f Then
  165. Label3.Caption = g
  166. ElseIf Label3.Caption = g Then
  167. Label3.Caption = h
  168. ElseIf Label3.Caption = h Then
  169. Label3.Caption = i
  170. ElseIf Label3.Caption = i Then
  171. Label3.Caption = j
  172. ElseIf Label3.Caption = j Then
  173. Label3.Caption = k
  174. ElseIf Label3.Caption = k Then
  175. Label3.Caption = l
  176. ElseIf Label3.Caption = l Then
  177. Label3.Caption = m
  178. ElseIf Label3.Caption = m Then
  179. Label3.Caption = n
  180. ElseIf Label3.Caption = n Then
  181. Label3.Caption = o
  182. ElseIf Label3.Caption = o Then
  183. Label3.Caption = p
  184. ElseIf Label3.Caption = p Then
  185. Label3.Caption = q
  186. ElseIf Label3.Caption = q Then
  187. Label3.Caption = r
  188. Else
  189. Label3.Caption = ""
  190. End If
  191. End Sub
  192.  
  193. Private Sub Command1_Click()
  194.   'TechNotes
  195.  Label2.Caption = "Technical Difficulties"
  196. a = "When a tech says he's coming right over, go for coffee. It's nothing to us to remember 2700 screen saver passwords."
  197. b = "When you call us to have your computer moved, be sure to leave it buried under half a ton of postcards, baby pictures, stuffed animals, dried flowers, bowling trophies and Popsicle art. We don't have a life, and we find it deeply moving to catch a fleeting glimpse of yours."
  198. c = "When tech support sends you an e-mail with high importance, delete it at once. We're just testing out the public groups."
  199. d = "When a tech is eating lunch at his desk, walk right in and spill your guts out. We exist only to serve."
  200. e = "When a tech is having a smoke outside, ask him a computer question.  The only reason why we smoke at all is to ferret out those clients who don't have e-mail or a telephone line."
  201. f = "Send urgent e-mail ALL IN UPPERCASE. The mail server picks it up and flags it as a rush delivery."
  202. g = "When you call a tech's direct line, press 5 to skip the bilingual greeting that says he's out of town for a week, record your message, and wait exactly 24 hours before you send an e-mail straight to the director because no one ever returned your call. You're entitled to common courtesy"
  203. h = "When the photocopier doesn't work, call computer support. There's electronics in it."
  204. i = "When you're getting a NO DIAL TONE message at home, call computer support. We can fix your line from here."
  205. j = "When something's wrong with your home PC, dump it on a tech's chair with no name, no phone number and no description of the problem. We love a puzzle."
  206. k = "When you have a tech on the phone walking you through changing a setting; read the